翻訳と辞書
Words near each other
・ dynamic link library
・ dynamic object-oriented requirements system
・ dynamic ram
・ dynamic random-access memory
・ dynamic routing
・ dynamic scope
・ dynamic scoping
・ dynamic systems development method
・ dynamic translation
・ dynamic typing
dynamically linked library
・ dynamically scoped
・ dynamically typed
・ dynamics analyzer
・ dynamo
・ dynix
・ dynix automated library systems
・ dynner
・ dysac
・ dystal


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

dynamically linked library : FOLDOC
Dynamically Linked Library
(DLL) A library which is linked to application programs when they are loaded or run rather than as the final phase of {compilation}. This means that the same block of library code can be shared between several {tasks} rather than each task containing copies of the routines it uses. The executable is compiled with a library of "{stubs}" which allow {link errors} to be detected at compile time. Then, at run time, either the system {loader} or the task's entry code must arrange for library calls to be patched with the addresses of the real shared library routines, possibly via a {jump table}.
The alternative is to make library calls part of the operating system kernel and enter them via some kind of trap instruction. This is generally less efficient than an ordinary subroutine call.
It is important to ensure that the version of a dynamically linked library is compatible with what the executable expects.
Examples of operatin


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.